home *** CD-ROM | disk | FTP | other *** search
/ Exploring Aeronautics / NASA Exploring Aeronautics.iso / pc / source / intro.dxr / 00007_open memory monitor.ls < prev    next >
Encoding:
Text File  |  1998-06-02  |  74 b   |  6 lines

  1. on mouseUp
  2.   if the shiftDown then
  3.     open(window "memory")
  4.   end if
  5. end
  6.